* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mitr", sans-serif;
    font-weight: 500;
    font-style: normal;
	scroll-behavior: smooth;
  
}


.container {
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
        margin: 0 auto;
    }
}
@media screen and (max-width:576px) {
    .container {
        max-width: 420px;
        margin: 0 auto;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #002060;
    /* box-shadow: 0px 0px 20px 0px black; */
    width: 100%;
}
.header-con {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    /* margin: 0 auto; */
    /* max-width: 1280px; */
    height: 70px;
}
.header-logo {
    display: flex;
    left: 0;
}
.logo img{
    display: block;
    height: 50px;
    left: 0;
    margin-top: 10px;
    margin-left: 1vw;
}
.menu {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    height: 70px;
    margin-left: 3vw;
}

.menu li {
    margin: auto 0;
    margin-left: 2vw;
}

.menu li a {
    display: block;
    /* text-align: center; */
    padding: auto;
    text-decoration: none;
    transition: .5s;
    color: white;
    font-size: 20px;
    
}
.menu li a:hover{
    color: orange;
}

.Tracking {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    height: 70px;
    margin-left: 2vw;
    width: 20%;
}

.Tracking li {
    margin: auto 0;
    width: 100%;
    background-color: orange;
}

.Tracking li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0.5rem;
    color: #002060;
    font-size: 20px;
}

.Tracking li a:hover{
    color: white;
}


.language {
    margin: auto 0;
    display: flex;
    flex-direction: row;
}
.menu-Greenlogis {
    float: left;
    margin-left: 2vw;
}
.menu-Greenlogis img {
    display: block;
    margin: 15px 0;
    height: 40px;

}
.language-con{
    float: left;
    margin: auto 0;
    margin-left: 2vw;
}
.language-menu{
    display: block;
    margin: 20px 0;
    background-color: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
}
.language-menu img{
    display: block;
    height: 30px;
}
.box-submenu-language {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px black;
    background-color: #f9f9f9;
    width: 100px;
    color: #002060;
}
.language-con:hover .box-submenu-language{
    display: block ;
}
.list-language {
    padding: 5px;
}
.list-language a{
    text-decoration: none;
    color: #002060;
}
.list-language:hover {
    background-color: orange;
}
.nav-bar {
    height: 70px;
    padding-top: 15px;
    right: 15px;
    display: none;
    position: absolute;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}
.nav-menu-open {
    margin-top: 70px;
    display: none;
    background-color: white;
    position: absolute;
    right: 0;
    box-shadow: 0px 8px 16px 0px black;
}
.list-nav-menu{
    padding: 5px 15px;
}
.list-nav-menu a{
    text-decoration: none;
    font-size: 20px;
    color: #002060;
}
.list-nav-menu:hover {
    background-color: #002060;
}
.list-nav-menu:hover a{
    color: white;
}
.nav-menu:hover .nav-menu-open {
    display: block;
}

@media screen and (max-width: 991px) {
    .logo img{
        position: absolute;
    }
    .menu, .Tracking {
        display: none;
    }
    .language {
        position: absolute;
        right: 70px;
    }
    .nav-bar {
        display: block;
    }
}


/* Slide*/
.content-top{
    padding: 0;
    margin: 0;
    margin-top: 70px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* background-color: orange; */
}
.section{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    margin-top: 2rem;
}
.slider{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.slide{
    width: 300%;
    height: 600px;
    display: flex;
}
.slide input{
    display: none;
}
.st{
    width: 33.3333333%;
    transition: 2s;

}
.slider-background {
    width: 100%;
    height: 600px;
    background-size: cover;
} 
.textslide-con {
    height: 600px;
}
.textslide { 
    padding: 200px 50px;
}
.textslide .text{ 
    font-size: 50px;
    color: white;
    /* backdrop-filter: blur(15px); */
}
.text-50px {
    font-size: 50px;
}
.text-70px {
    font-size: 70px;
}
@media screen and (max-width : 991px) {
    .text-50px {
        font-size: 40px;
    }
    .text-70px {
        font-size: 50px;
    }
    .textslide { 
        padding: 150px 50px;
    }
}
@media screen and (max-width : 576px) {
    .text-50px {
        font-size: 35px;
    }
    .text-70px {
        font-size: 45px;
    }
    .textslide { 
        padding: 100px 50px;
    }
}
.st img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    opacity: 0.1;

}
.nav-m{
    position: absolute;
    width: 100%;
    margin-top: -40px;
    justify-content: center;
    display: flex;
}
.m-btn{
    border: 2px solid orange;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;   
}
.m-btn:not(:last-child){
    margin-right: 30px;
}
.m-btn:hover{
    background-color: white;
}
#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -33.33%;
}
#radio3:checked ~.first{
    margin-left: -66.66%;
}

.nav-auto{
    position: absolute;
    width: 100%;
    margin-top: 345px;
    display: flex;
    justify-content: center;
}
.nav-auto div{
    border: 2px solid rgba(255, 166, 0, 0);
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.nav-auto div:not(:last-child){
    margin-right: 30px;
    justify-content: center;
}
#radio:checked ~ .nav-auto .a-b1{
    background-color: #002060;
}
#radio:checked ~ .nav-auto .a-b2{
    background-color: #002060;
}
#radio:checked ~ .nav-auto .a-b3{
    background-color: #002060;
}

/*content-about*/
.content-about-con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding: 20px;
}
@media screen and (max-width: 576px){
    .content-about-con {
        grid-template-columns: 1fr; 
    }
}
.about-imge {
    display: block;
    margin: auto;
}
.about-imge img{
    padding: 30px;
    width: 100%;
}
.map-imge {
    display: block;
    margin: auto;
}
.map-imge img{
    padding: 30px;
    border-radius: 50px; 
    max-height: 600px;
    overflow: hidden;
}
.about-article {
    margin: auto 20px;
}
.about-article .bigtext samp{
    font-size: 70px;
}
.about-article .text {
    font-size: 30px;
}
.about-con {
    padding: 50px 0;
}
.about-con h1{
    font-size: 70px;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 15px;
    margin: 20px auto;
}
.about-grid-box {
    margin: 20px 0;
    height: 30px;
}
.about-grid-box a {
    font-size: 25px;
    text-align: center;
    color: #002060;
    text-decoration: none;
    margin: auto 0;
}
.about-grid-box a:hover {
    color: orange;
    font-size: 26px;
}
.about-grid-box p {
    text-align: center;
}
.whyfastlanes {
    display: block;
    min-height: 700px;
    padding: auto 0;
}
.whyfastlanes h1{
    font-size: 70px;
}
.why-box {
    display: flex;
    list-style-type: none;
    flex-direction: column;
}
.why-about-con {
    display: block;
    margin: 0 auto;
}
.why-about{
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}
.why-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0;
}
.whytext {
    margin: auto 0;
    margin-left: 30px;
}

.whytext .headtext {
    font-size: 30px; 
    color: orange;
    background-color: #002060;
    padding: 0 10px;
    border-radius: 5px;
}
.whytext .text {
    font-size: 20px; 
    color: #002060;
}
.whatfastlanes {
    height: 700px;
}
.what-img {
    display: block;
    margin: auto;
}
.what-img img{
    width: 100%;
}


@media screen and (max-width: 991px){
    .about-article .bigtext samp {
        font-size: 50px;
    }
    .about-article .text {
        font-size: 20px;
    }
    .about-con h1, .whyfastlanes h1{
        font-size: 40px;
    }
    .about-grid-box a,.about-grid-box a:hover {
        margin: 10px 0;
        font-size: 20px;
    }
    .about-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 10px;
    }
    .ag-box1 {
        display: none;
    }
    .why-img {
        width: 80px;
        height: 80px;
    }
    .whytext .headtext {
        font-size: 25px; 
    }
    .whytext .text {
        font-size: 15px; 
    }
}
@media screen and (max-width: 576px){
    .about-article .bigtext samp {
        font-size: 50px;
    }
    .about-article .text {
        font-size: 20px;
    }
    .about-con h1, .whyfastlanes h1{
        font-size: 25px;
    }
    .about-grid-box a,.about-grid-box a:hover {
        margin: 0;
        font-size: 15px;
    }
    .about-grid {
        grid-template-columns: 1fr 1fr 1fr;
        grid-row-gap: 0px;
    }
    .ag-box2 {
        display: none;
    }
    .why-img {
        width: 70px;
        height: 70px;
    }
    .whytext .headtext {
        font-size: 20px; 
    }
    .whytext .text {
        font-size: 15px; 
    }
    .map-imge img{
        width: 100%;
    }
}

.connecFastlanes {
    display: block;
    height: 700px;
    padding: 20px 0;
    background-color: #002060;
}
.connecFastlanes .container h1 {
    font-size: 70px; 
    color: white; 
    text-align: center; 
    margin-top: 2rem;
}
.connecFastlanes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.connecFastlanes-line img {
    display: block;
    margin: 50px auto;
    width: 320px;
    border-radius: 50px;
}
.connecFastlanes-line p {
    font-size: 30px;
    color: white;
    text-align: center;
}
.connecFastlanes-phone {
    display: block;
    margin: auto;
}
.connecFastlanes-phone p {
    font-size: 30px;
    color: white;
    text-align: center;
}
@media screen and (max-width: 991px){
    .connecFastlanes .container h1 {
        font-size: 45px;
    }
    .connecFastlanes-line img {
        width: 250px;
        border-radius: 50px;
    }
    .connecFastlanes-line p, .connecFastlanes-phone p {
        font-size: 20px;
    }
}
@media screen and (max-width: 576px){
    .connecFastlanes .container h1 {
        font-size: 25px;
    }
    .connecFastlanes-grid {
        grid-template-columns: 1fr;
    }
    .connecFastlanes-line p, .connecFastlanes-phone p {
        font-size: 15px;
    }
}



/* MyCustomer */
.MyCustomer {
	align-items: center;
	background: white;
	display: flex;
    padding: 15px 0;
	justify-content: center;
}


/* // Animation */
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-152px * 14))}
}


/* // Styling */
.Customer-slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    margin: auto;
    overflow:hidden;
    position: relative;
}	

.Customer-con {
    text-align: center;
    margin: 10px 0;
    color: #002060;
}
.Customer-slide-track {
    animation: scroll 10s linear infinite;     /*10s ความเร็วการเลื่อน*/
	display: flex;
    margin: 0.3rem auto;
/* //	width: calc(250px * 14);
	//animation-timing-function: steps(20 end); */
}
.Customer-slide {
    width: 100%;
    margin: auto;
    padding: 0 1px;
    position: relative;
}
.Customer-slide img{
    width: 150px;
}
.Customer-slide img:hover{
    background-color: #002060;
}
.Customer-slider:hover > div{
    animation-play-state: paused;
}
.Customer-bottom-con {
    margin: 0 auto;
    margin-bottom: 2rem;
    align-items: center;
    position: relative;
    width: 200px;
}
.Customer-bottom-con a{
    color: #002060;
    text-decoration:none;
    padding: 0;
}
.Customer-bottom-con a:hover {
    color: orange;
}
.Customer-bottom-con a p{
    text-align: center;
    font-size: 1rem;
}
.reference {
    padding-top: 30px;
}
.reference-con {
    max-width: 1280px;
}
.Customer {
    padding: 2rem 0;
}
.vendor {
    padding: 2rem 0;
}
.reference-name h1{
    color: #002060;
    text-align: center;
    font-size: 50px;
}
@media screen and (max-width: 991px){
    .reference-name h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 576px){
    .reference-name h1 {
        font-size: 25px;
    }
}
.reference-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 3rem;
}
.reference-box {
    display: grid;
    grid-template-rows: 1fr;
    height: 150px;
}
.reference-img {
    display: block;
    /* width: 100%; */
    margin: auto;
}
.reference-img img {
    max-height: 120px;
    max-width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.reference-about {
    margin: auto;
}
.reference-about h3{
    text-align: center;
    color: white;
    background-color: #002060;
    padding: 10px 15px;
    border-radius: 5px;
}


/* ข่าวสาร */
.mynews {
    padding: 2rem;
    padding-top: 70px ;
    background-color: #efefef;
}
.mynews h1{
    text-align: center; 
    font-size: 70px; 
    color: #002060;
}
@media screen and (max-width: 991px){
    .mynews h1 {
        font-size: 45px;
    }
}
@media screen and (max-width: 576px){
    .mynews h1 {
        font-size: 25px;
    }
}
.news {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
}
.news-con {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-news {
    margin: 0 30px;
    padding: 30px 0;
    overflow: hidden;
}
.card { 
    background-color: #fff;
    border-radius: 8px;
}
.logo-news {
    position: absolute;
    background-color: #002060;
    border-radius: 8px 0 8px 0;
}
.logo-news img {
    display: block;
    margin: 5px 10px;
    height: 20px;
}
.card .img-news{
    height: 200px;
}
.card .img-news img {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}
.card .name-news {
    align-items: center;
    column-gap: 12px;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    text-overflow: ellipsis;
}
.card .name-news:hover {
    background-color: gainsboro;
    .name{
        color: orange;
    }
}
.card .name-news .name{
    font-size: 20px;
    font-weight: 500;  
    color: #002060;
}

.card .name-news .time{
    font-size: 15px;
    font-weight: 400;
    color: grey;
}
.news-btn a{
    display: block;
    margin: 0 auto;
    text-align: center; 
    text-decoration: none; 
    color: #002060; 
    font-size: 15px;
    width: 200px; 
}
.news-btn a:hover {
    color: orange;
}


.footer {
    background-color: #333333;
}
.footer-con {
    background-color: #333333;
    padding: 2rem 0;
}
.footer-con img {
    height: 50px; 
    margin: 20px;
}
.footer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 20px;
    margin: auto 0;
}
@media screen and (max-width:1080px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr ;
    }
}
@media screen and (max-width:576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}
.footer-box {
    padding: 0 20px;
}
.footer-box h2{
    color: orange;
    font-size: 15px;
}
.footer-box h3{
    color: white;
    font-size: 15px;
}
.footer-box .connec {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}
.footer-box .connec a{
    display: flex;
    flex-direction: row;
    text-decoration:none;
    margin-right: 20px;
}
.footer-box .connec img{
    display: block;
    margin: auto 0;
    height: 15px;
}
.footer-box .connec h3{
    margin-bottom: 0;
    margin-left: 10px;
    color: white;
    font-size: 15px;
}
.social {
    display: flex;
    flex-direction: row;
}
.social a{
    border-radius: 100%;
}
.social a img{
    height: 30px;
    margin-left: 10px;
}

/* Greenlogis */
.gl-top {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}
.gl-cardit {
    position: absolute; 
    right: 10%;
    padding-top: 80px;
}
.carbon-credit {
    position: relative;
    background-color: #002060d2;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    text-align: center;
    padding-top: 80px;
}
.carbon-credit p {
    font-size: 25px;
    color: white;
}
.carbon-credit .pbig {
    font-size: 100px;
    color: orange;
    line-height: 120px;
}
.carbon-credit .counter {
    animation-duration: 1s;
    animation-delay: 0s;
}
.gl-what {
    padding: 30px;
    h1 {
        font-size: 50px;
        color: #002060;
    }
    h2 {
        margin-top: 20px;
        font-size: 40px;
        color: #002060;
    }
    h3 {
        margin-top: 20px;
        font-size: 25px;
        color: #002060;
    }
    p {
        font-size: 20px;
        padding: 20px 10px;
        /* text-align: justify; */
    }
    img {
        display: block;
        margin: 20px auto;
        width: 1000px;
    }
}
@media screen and (max-width: 991px){
    .gl-what img{
        width: 100%;
    }
    .gl-what p {
        font-size: 15px;
    }
}
@media screen and (max-width: 576px){
    .gl-what p {
        font-size: 15px;
    }
    .gl-cardit {
        position: absolute;
        display: block; 
        margin: 0 auto;
        padding-top: 150px;
    }
    .carbon-credit {
        border-radius: 50%;
        width: 350px;
        height: 350px;
        text-align: center;
        padding-top: 80px;
    }
    .carbon-credit p {
        font-size: 15px;
        color: white;
    }
    .carbon-credit .pbig {
        font-size: 50px;
        color: orange;
        line-height: 70px;
    }
}

.newshome {
    background-color: #efefef;
    margin-top: 70px;
    padding: 50px 0;
}
.newshome-con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
    column-gap: 20px;
    padding: 0 40px;
}
@media screen and (max-width:1200px) {
    .newshome-con {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:720px) {
    .newshome-con {
        grid-template-columns: 1fr;
    }
}

/* หน้าข่าวสารย่อย */
.sub-news {
    padding: 100px 30px;
    h1 {
        font-size: 50px;
        color: #002060;
    }
    h2 {
        margin-top: 20px;
        font-size: 40px;
        color: #002060;
    }
    h3 {
        margin-top: 20px;
        font-size: 25px;
        color: #002060;
    }
    p {
        font-size: 20px;
        padding: 20px 10px;
        /* text-align: justify; */
    }
    .time {
        font-size: 20px;
        color: silver;
    }
    img {
        display: block;
        margin: 20px auto;
        height: 500px;
    }
}
@media screen and (max-width:991px) {
    .sub-news {
        h1 {
            font-size: 40px;
        }
        h2 {
            margin-top: 20px;
            font-size: 35px;
            color: #002060;
        }
        h3 {
            margin-top: 20px;
            font-size: 25px;
            color: #002060;
        }
        p {
            font-size: 20px;
            padding: 20px 10px;
            /* text-align: justify; */
        }
        .time {
            font-size: 15px;
            color: silver;
        }
        img {
            display: block;
            margin: 20px auto;
            width: 100%;
            height: auto;
        }
    }
}
@media screen and (max-width:576px) {
    .sub-news {
        h1 {
            font-size: 30px;
        }
        h2 {
            font-size: 25px;
        }
        h3 {
            font-size: 20px;
        }
        p {
            font-size: 15px;
        }
        .time {
            font-size: 10px;
        }
    }
}